runtime.m.spinning (field)
21 uses
runtime (current package)
proc.go#L873: mp.spinning = true
proc.go#L2529: if gp.m.spinning {
proc.go#L2543: getg().m.spinning = true
proc.go#L2637: if nmp.spinning {
proc.go#L2647: nmp.spinning = spinning
proc.go#L2819: if gp.m.spinning {
proc.go#L2820: gp.m.spinning = false
proc.go#L2994: if mp.spinning || 2*sched.nmspinning.Load() < gomaxprocs-sched.npidle.Load() {
proc.go#L2995: if !mp.spinning {
proc.go#L3072: if !mp.spinning && sched.needspinning.Load() == 1 {
proc.go#L3120: wasSpinning := mp.spinning
proc.go#L3121: if mp.spinning {
proc.go#L3122: mp.spinning = false
proc.go#L3174: if mp.spinning {
proc.go#L3455: if !gp.m.spinning {
proc.go#L3458: gp.m.spinning = false
proc.go#L3578: if mp.spinning && (pp.runnext != 0 || pp.runqhead != pp.runqtail) {
proc.go#L3599: if mp.spinning {
proc.go#L5483: mp.spinning = true
proc.go#L5857: print(" mallocing=", mp.mallocing, " throwing=", mp.throwing, " preemptoff=", mp.preemptoff, " locks=", mp.locks, " dying=", mp.dying, " spinning=", mp.spinning, " blocked=", mp.blocked, " lockedg=")
runtime2.go#L558: spinning bool // m is out of work and is actively looking for work
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |